﻿
	#center {
		position: absolute; left:206px; top:0px;
	}
	.box{ width:1074px; height:738px;}
	#slider {
		position: absolute;
		width: 1074px;
		height: 738px;
		overflow: hidden;
		
		
		
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 738px;
		width: 1074px;
		background: #000;
		overflow: hidden;
		
		cursor: default;
	}
	#slider .title {
		color: #fff;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
		padding-top:16px;
		display:block; float:left; width:100px; 
		margin-left:50px;
		text-align:center; 
		height:56px;
		width:137px; border:2px solid #fff; font-size:15px;
		background-image:url(../images/index_bg.png);
		
	}
	#slider .title a{
		color: #fff;
	}
	#slider .title1{font-size:13px; font-style:normal;}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
	
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family:"Microsoft Yahei"
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
		
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}